Skip to content

Feat/heartbeat count#769

Merged
davidporter-id-au merged 2 commits intotemporalio:masterfrom
davidporter-id-au:feat/heartbeat-count
Apr 22, 2026
Merged

Feat/heartbeat count#769
davidporter-id-au merged 2 commits intotemporalio:masterfrom
davidporter-id-au:feat/heartbeat-count

Conversation

@davidporter-id-au
Copy link
Copy Markdown
Contributor

What changed?

This adds a field for counting the total number of heartbeats given to an activity, as received by the server (as an aside, this may be less than the client activity.RecordHeartbeat() calls due to the client's throttling of this call.

For this change, I'm just commandeering the work already done by @fretz12.

Why?

This is to provide this information about the total number of heartbeats in the DescribeActivity API call / CLi invocation.

Breaking changes

Should be backwards compatible.

Server PR
Should be backwards compatible.

@davidporter-id-au davidporter-id-au marked this pull request as ready for review April 22, 2026 17:41
@davidporter-id-au davidporter-id-au requested review from a team April 22, 2026 17:41
@fretz12 fretz12 requested a review from dandavison April 22, 2026 17:54
@davidporter-id-au davidporter-id-au merged commit 0460021 into temporalio:master Apr 22, 2026
4 checks passed
spkane31 pushed a commit that referenced this pull request Apr 24, 2026
<!-- Describe what has changed in this PR -->
**What changed?**

This adds a field for counting the total number of heartbeats given to
an activity, as received by the server (as an aside, this may be less
than the client activity.RecordHeartbeat() calls due to the client's
throttling of this call.

For this change, I'm just commandeering the work already done by
@fretz12.

<!-- Tell your future self why have you made these changes -->
**Why?**

This is to provide this information about the total number of heartbeats
in the DescribeActivity API call / CLi invocation.

<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**

Should be backwards compatible. 

<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
**Server PR**
Should be backwards compatible.

Co-authored-by: Fred Tzeng <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants